home *** CD-ROM | disk | FTP | other *** search
- -- card: 3135 from stack: in
- -- bmap block id: 6865
- -- flags: 0000
- -- background id: 2592
- -- name:
- ----- HyperTalk script -----
- on idle
- global count
- global switch
- if switch is 1 then
- play "boing" ha
- go back
- else if switch is 2 then
- visual effect dissolve
- go next
- end if
- end idle
-
-
-
- -- part 7 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=156 top=53 right=320 bottom=257
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseDown
- global count
- global switch
- put 50 into count
- put 0 into switch
- visual effect dissolve
- go first
- show button "About"
- end mouseDown
-
-